home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cre@te Online 2000 December
/
Cre@teOnline CD05.iso
/
MacSoft
/
XML Instance.sea
/
XML Instance
/
Required
/
plugins
/
HTMLWindow.jar
/
horst
/
DIVView.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
2000-03-18
|
832 b
|
12 lines
package horst;
public class DIVView extends BlockView {
public DIVView(View parent, Element e, HTMLPane container) {
super(parent, e, container);
}
protected void init() {
super.m_alignment = Utilities.setAlignmentProperty(false, 0, "align", super.m_elem.getAttributes());
}
}